home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-04-02 | 1.6 KB | 33 lines | [TEXT/KAHL] |
- /* 02.04.1989 amn (latest edit) */
-
- /* dialog_item_handling.h - printer driver for Macintosh and HP DeskJet, dialog */
- /* subroutine headers. */
-
- /* Authors: Ari Mujunen (amn@hutcs.hut.fi) and Olli Arnberg (oar@hutcs.hut.fi). */
- /* Copyright Ari Mujunen, Olli Arnberg 1989. */
- /* You may redistribute the driver (=printer resource file, source files, */
- /* documentation file(s), and the file 'Copyright and Source Offer') */
- /* only _non-commercially_ and _in its entirety_. */
- /* See the file 'Copyright and Source Offer' and/or documentation for details. */
- /* Acknowledgements: Special thanks to Mr. Earle R. Horton for his 'Daisy' */
- /* daisywheel printer driver and its source code published in 'MacTutor', Nov-Dec 1987. */
- /* This driver served as a basis and inspiration for our work. It also */
- /* proofed that a Macintosh printer driver can be done despite the lack of */
- /* documentation from Apple. */
-
- /* Change history: */
- /* Version When Who Why */
- /* 2.1 02.04.1989 amn,oar Released version. */
-
-
- void pushRadioButton(DIALOG_PTR_TYPE_TODAY, int, int, int);
- int whichRadioButton(DIALOG_PTR_TYPE_TODAY, int, int);
- Boolean pushCheckBox(DIALOG_PTR_TYPE_TODAY, int);
- void deActivateControls(DIALOG_PTR_TYPE_TODAY, int, int);
- void activateControls(DIALOG_PTR_TYPE_TODAY, int, int);
- void forceValueToControls(DIALOG_PTR_TYPE_TODAY, int, int, int);
- Boolean controlIsOn(DIALOG_PTR_TYPE_TODAY, int);
- void frameButton(DIALOG_PTR_TYPE_TODAY, int);
- void setStringItemToInt(DIALOG_PTR_TYPE_TODAY, int, int);
- int getStringItemAsInt(DIALOG_PTR_TYPE_TODAY, int);
-